Developer Documentation
PATH  WebObjects 4.0 Documentation > WebObjects Tools and Techniques

Table of Contents Previous Section

Creating Hyperlinks

There are two types of hyperlinks that you can use in a WebObjects application:

To create a static hyperlink:

  1. Click on the toolbar.

  2. Type the text that the hyperlink should contain. As you type, the text is underlined.

  3. Click again.

    Alternatively, you can select existing text and then click once to convert the text to a hyperlink.

  4. Use the Inspector to set the destination of the link.

Note: While the destination of a static link cannot change, it's possible to vary its text at run time by using a dynamic string (see "Dynamic Strings") inside the hyperlink.

Table of Contents Next Section